home *** CD-ROM | disk | FTP | other *** search
/ SA-8/SA-12 Interactive / SA-8 S-12 Interactive CD-ROM (Stanton Magnetics)(2002).BIN / cdrom_sa_12 / css / f_style.css next >
Cascading Style Sheet File  |  2002-08-22  |  812b  |  60 lines

  1. BODY
  2. {
  3.     background-color: #999999;
  4. }
  5.  
  6. BODY
  7. {
  8.     SCROLLBAR-FACE-COLOR: #999999;
  9.     SCROLLBAR-HIGHLIGHT-COLOR: #000000;
  10.     SCROLLBAR-SHADOW-COLOR: #FFFFFF;
  11.     SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
  12.     SCROLLBAR-ARROW-COLOR: white;
  13.     SCROLLBAR-TRACK-COLOR: #ffffff;
  14.     SCROLLBAR-DARKSHADOW-COLOR: black;
  15.     SCROLLBAR-BASE-COLOR: #333333;
  16. }
  17.  
  18. p
  19. {
  20.     font-family: arial, helvetica, sans-serif;
  21.     font-size: 8pt;
  22.     color: #333333;
  23. }
  24.  
  25. TD
  26. {
  27.     font-family: arial, helvetica, sans-serif;
  28.     font-size: 8pt;
  29.     color: #000000;
  30. }
  31.  
  32. TD.dash
  33. {
  34.     border: 1px dashed #FFFFFF;
  35. }
  36.  
  37.  
  38. A:link
  39. {
  40.     color: #0033aa;
  41.     text-decoration: none;
  42. }
  43.  
  44. A:visited
  45. {
  46.     color: #5577bb;
  47.     text-decoration: none;
  48. }
  49.  
  50. A:hover
  51. {
  52.     color: #0055cc;
  53.     text-decoration: underline;
  54. }
  55.  
  56. A:active
  57. {
  58.     color: #FFFFFF;
  59.     text-decoration: none;
  60. }